home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / dte5_1.zip / HWDEP.H < prev    next >
Text File  |  1991-02-06  |  748b  |  26 lines

  1. /*
  2.  * Written by Douglas Thomson (1989/1990)
  3.  *
  4.  * This source code is released into the public domain.
  5.  */
  6.  
  7. /*
  8.  * This file contains the prototype definitions for any of the hardware
  9.  *  dependent modules (such as hwhpux.c).
  10.  */
  11. void hw_xygoto ARGS((void));
  12. int hw_clreol ARGS((void));
  13. int hw_c_avail ARGS((void));
  14. int hw_c_input ARGS((void));
  15. void hw_c_output ARGS((int c));
  16. int hw_linedel ARGS((int line));
  17. int hw_lineins ARGS((int line));
  18. void hw_terminate ARGS((void));
  19. void hw_initialize ARGS((void));
  20. int hw_backspace ARGS((void));
  21. int hw_c_insert ARGS((void));
  22. int hw_c_delete ARGS((void));
  23. int hw_scroll_up ARGS((int top, int bottom));
  24. int hw_scroll_down ARGS((int top, int bottom));
  25. int hw_os_shell ARGS((void));
  26.